 |
API Documentation
|
|
|
13 class DLL_GRAPHICS_EXPORT
BlendStateManager :
public nkCommon::SingletonClass<BlendStateManager>
51 void rename (
const std::string_view& oldName,
const std::string_view& newName) ;
57 void erase (
const std::string_view& name) ;
BlendState * getByIndex(unsigned int index)
BlendState * createOrRetrieve(const std::string_view &name)
BlendState * get(const std::string_view &name)
Holds all information about the blend operations to use when rendering.
Definition: BlendState.h:12
BlendState * getDefaultState() const
void rename(const std::string_view &oldName, const std::string_view &newName)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
Manages the blend states available in the component.
Definition: BlendStateManager.h:14
void erase(const std::string_view &name)